Uses of Enum
com.cisco.pt.ipc.enums.AccessProtocol
Packages that use AccessProtocol
-
Uses of AccessProtocol in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return AccessProtocolModifier and TypeMethodDescriptionstatic AccessProtocolAccessProtocol.fromIntValue(int value) static AccessProtocolAccessProtocol.fromIntValue(Integer value) static AccessProtocolReturns the enum constant of this type with the specified name.static AccessProtocol[]AccessProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessProtocol in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return AccessProtocolModifier and TypeMethodDescriptionMgntAccessSetting.getAccessProtocol()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type AccessProtocolModifier and TypeMethodDescriptionbooleanMgntAccessSettingManager.addMgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, IPAddress allowedMask, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManager.allow(AccessProtocol protocol, IPAddress ipAddress, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManager.deleteIpv4MgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, IPAddress allowedMask, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManager.deleteIpv6MgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, int allowedPrefix, String srcNameIf) Information provided by the PKI file: -
Uses of AccessProtocol in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return AccessProtocolModifier and TypeMethodDescriptionMgntAccessSettingImpl.getAccessProtocol()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type AccessProtocolModifier and TypeMethodDescriptionbooleanMgntAccessSettingManagerImpl.addMgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, IPAddress allowedMask, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManagerImpl.allow(AccessProtocol protocol, IPAddress ipAddress, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManagerImpl.deleteIpv4MgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, IPAddress allowedMask, String srcNameIf) Information provided by the PKI file:booleanMgntAccessSettingManagerImpl.deleteIpv6MgntAccessSetting(AccessProtocol protocol, IPAddress allowedIp, int allowedPrefix, String srcNameIf) Information provided by the PKI file: